home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / clock.0 < prev    next >
Text File  |  1996-09-02  |  892b  |  28 lines

  1.  
  2. CLOCK(3)                   UNIX Programmer's Manual                   CLOCK(3)
  3.  
  4. NNAAMMEE
  5.      cclloocckk - determine processor time used
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ttiimmee..hh>>
  9.  
  10.      _c_l_o_c_k___t
  11.      cclloocckk(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The cclloocckk() function determines the amount of processor time used since
  15.      the invocation of the calling process, measured in CLOCKS_PER_SECs.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The cclloocckk() function returns the amount of time used unless an error oc-
  19.      curs, in which case the return value is -1.
  20.  
  21. SSEEEE AALLSSOO
  22.      getrusage(2)
  23.  
  24. SSTTAANNDDAARRDDSS
  25.      The cclloocckk() function conforms to ANSI C3.159-1989 (``ANSI C'').
  26.  
  27. BSD Experimental                 June 4, 1993                                1
  28.